struct _MI_CONTROL_AREA_WAIT_BLOCK// Size=0x1c
{
    struct _MI_CONTROL_AREA_WAIT_BLOCK * Next;// Offset=0x0 Size=0x4
    unsigned long WaitReason;// Offset=0x4 Size=0x4
    unsigned long WaitResponse;// Offset=0x8 Size=0x4
    struct _KGATE Gate;// Offset=0xc Size=0x10
};